Click or drag to resize

MailboxData Constructor (EmailAddress, MeetingAttendeeType)

Initializes a new instance of the MailboxData class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MailboxData(
	EmailAddress emailAddress,
	MeetingAttendeeType attendeeType
)

Parameters

emailAddress
Type: Independentsoft.ExchangeEmailAddress
attendeeType
Type: Independentsoft.ExchangeMeetingAttendeeType
See Also